Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Update node Docker tag to v19#95

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/node-19.x
Open

Update node Docker tag to v19#95
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/node-19.x

Conversation

@renovate

@renovate renovate Bot commented Nov 20, 2022

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Type Update Change
node container major 18.12.1-alpine3.15 -> 19.2.0-alpine3.15
node final major 18.12.1-alpine3.15 -> 19.2.0-alpine3.15

Release Notes

nodejs/node

v19.2.0: 2022-11-29, Version 19.2.0 (Current), @​ruyadorno

Compare Source

Notable changes
Time zone update

Time zone data has been updated to 2022f. This includes changes to Daylight Savings Time (DST) for Fiji and Mexico. For more information, see https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html.

Other notable changes
  • buffer
    • (SEMVER-MINOR) introduce File class (Khafra) #​45139
  • deps
    • update V8 to 10.8.168.20 (Michaël Zasso) #​45230
  • doc
    • deprecate use of invalid ports in url.parse (Antoine du Hamel) #​45576
  • util
    • add fast path for utf8 encoding (Yagiz Nizipli) #​45412
Commits

v19.1.0: 2022-11-14, Version 19.1.0 (Current), @​RafaelGSS

Compare Source

Notable changes
Support function mocking on Node.js test runner

The node:test module supports mocking during testing via a top-level mock
object.

test('spies on an object method', (t) => {
  const number = {
    value: 5,
    add(a) {
      return this.value + a;
    },
  };
  t.mock.method(number, 'add');

  assert.strictEqual(number.add(3), 8);
  assert.strictEqual(number.add.mock.calls.length, 1);
});

Contributed by Colin Ihrig in #​45326

fs.watch recursive support on Linux

fs.watch supports recursive watch using the recursive: true option.

const watcher = fs.watch(testDirectory, { recursive: true });
watcher.on('change', function(event, filename) {
});

Contributed by Yagiz Nizipli in #​45098

Other notable changes
  • deps
    • update ICU to 72.1 (Michaël Zasso) #​45068
  • doc
    • add lukekarrys to collaborators (Luke Karrys) #​45180
    • add anonrig to collaborators (Yagiz Nizipli) #​45002
  • lib
    • drop fetch experimental warning (Matteo Collina) #​45287
  • util
    • (SEMVER-MINOR) add MIME utilities (Bradley Farias) #​21128
    • improve textdecoder decode performance (Yagiz Nizipli) #​45294
Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot added the renovate label Nov 20, 2022
@renovate renovate Bot force-pushed the renovate/node-19.x branch 10 times, most recently from 2f21211 to a20f5a3 Compare February 1, 2023 06:26
@renovate renovate Bot force-pushed the renovate/node-19.x branch 3 times, most recently from 6079dfc to e4d9234 Compare February 11, 2023 02:16
@renovate renovate Bot force-pushed the renovate/node-19.x branch 2 times, most recently from 9c878ae to d7732e7 Compare February 26, 2023 14:53
@renovate renovate Bot force-pushed the renovate/node-19.x branch 2 times, most recently from a847a3f to 999a38b Compare March 11, 2023 02:41
@renovate renovate Bot force-pushed the renovate/node-19.x branch 4 times, most recently from d748274 to a1d8424 Compare March 21, 2023 12:36
@renovate renovate Bot force-pushed the renovate/node-19.x branch 2 times, most recently from cb9d9de to 7bb3168 Compare March 29, 2023 07:42
@renovate renovate Bot force-pushed the renovate/node-19.x branch 2 times, most recently from 789aec1 to 37f9ed4 Compare April 8, 2023 06:43
@renovate renovate Bot force-pushed the renovate/node-19.x branch from 37f9ed4 to 0f142a6 Compare April 12, 2023 17:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants